home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / pcl4c60.zip / SIMPLE32._W_ < prev    next >
Text File  |  1996-10-18  |  379b  |  14 lines

  1. #
  2. # WATCOM makefile for 32-bit SIMPLE32.C [DOS/4G extender]
  3. #
  4.  
  5. .c.obj:
  6.      wcl386 -c -3s -mf -l=dos4g $<
  7.  
  8. simple32.exe: simple32.obj sioerr32.obj dpmi32if.obj u_dpmi32.obj pcl4c32.obj pio32.obj
  9.      wcl386 -fm -3s -mf -l=dos4g simple32.obj sioerr32.obj pcl4c32.obj u_dpmi32.obj dpmi32if.obj pio32.obj
  10.  
  11. sioerror.obj: sioerror.c
  12.  
  13. simple32.obj: simple32.c pcl4c32.h
  14.